The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "net::ssh::perl"

Net::SSH::Perl - Perl client Interface to SSH River stage one • 9 direct dependents • 9 total dependents

*Net::SSH::Perl* is an all-Perl module implementing an SSH (Secure Shell) client. It is compatible with both the SSH-1 and SSH-2 protocols. *Net::SSH::Perl* enables you to simply and securely execute commands on remote machines, and receive the STDOU...

BDFOY/Net-SSH-Perl-2.142 - 07 Aug 2023 18:38:24 UTC - Search in distribution

Net::SSH::W32Perl - MSWin32 compatibility layer for Net::SSH::Perl River stage zero No dependents

This module provides limited Net::SSH::Perl functionality under MSWin32 (ActivePerl). See Net::SSH::Perl for a functional description. When used on non-MSWin32 systems, Net::SSH::W32Perl reverts to traditional Net::SSH::Perl functionality. SSH2 is th...

SCOTTS/Net-SSH-W32Perl-0.05 - 18 Apr 2002 15:23:09 UTC - Search in distribution

Net::Scan::SSH::Server::SupportedAuth - detect supported authentication method of SSH server River stage zero No dependents

Net::Scan::SSH::Server::SupportedAuth connect SSH server and probe protocol version and supported authentication method (publickey or password)....

HIROSE/Net-Scan-SSH-Server-SupportedAuth-0.02 - 18 May 2007 16:21:24 UTC - Search in distribution

Net::OpenSSH::Compat::Perl - Net::OpenSSH adapter for Net::SSH::Perl API compatibility River stage zero No dependents

This module implements a subset of Net::SSH::Perl API on top of Net::OpenSSH. After the module is loaded as... use Net::OpenSSH::Compat::Perl qw(:supplant); ... it supplants the Net::SSH::Perl module as if it were installed on the machine using Net::...

SALVA/Net-OpenSSH-Compat-0.09 - 18 May 2016 11:27:04 UTC - Search in distribution

AnyEvent::SSH2 - 基于 AnyEvent 的 SSH2 的非阻塞事件驱动的实现 River stage zero No dependents

这个模块是基于 Net::SSH::Perl 实现的在 AnyEvent 上的事件驱动的支持. 并不是使用的 Fork 的实现 (non-fork), 这是基于 socket 的原生事件驱动实现. 可以同时异步的连接多个主机进行操作. 并且也可以支持同时对一个主机同时执行多条命令与根据前面结果然后在执行指定命令. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around...

FUKAI/AnyEvent-SSH2-0.04 - 07 Apr 2015 06:36:22 UTC - Search in distribution

Test::SSH - Perl extension for testing SSH modules. River stage zero No dependents

Important: This module is being replaced by Net::SSH::Any::Test. Development of "Test::SSH" is now mostly limited to bug fixing! In order to test properly Perl modules that use the SSH protocol, a running server and a set of valid authentication cred...

SALVA/Test-SSH-0.08 - 07 May 2017 07:45:02 UTC - Search in distribution

Quiq::Ssh - Führe Kommando per SSH aus River stage zero No dependents

Ein Objekt der Klasse repräsentiert eine SSH-Verbindung zu einem Host. Über die Verbindung können Shell-Kommandos ausgeführt werden. Die Klasse ist ein Wrapper für die Klasse Net::SSH::Perl, die das SSH Netzprotokoll direkt spricht. Installation Soll...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution
  • Quiq - Class library for rapid development

Net::Dropbear - Use Dropbear SSH inside of perl River stage zero No dependents

This is a container package. You want one of the sub packages: Net::Dropbear::SSHd - Embed and control a Dropbear SSH server inside of perl Net::Dropbear::SSH - Embed and control a Dropbear SSH client inside of perl (Not implemented yet)...

ATRODO/Net-Dropbear-0.16 - 08 Jul 2022 03:18:20 UTC - Search in distribution

Net::SSH::Any - SSH client module River stage zero No dependents

************************************************************** *** *** *** NOTE: This is an early release that may contain bugs. *** *** The API is not stable and may change between releases. *** *** *** *** Also, the module tests are quite aggresive...

SALVA/Net-SSH-Any-0.10 - 13 Jun 2016 15:48:05 UTC - Search in distribution

EAI::FTP - wrapper for Net::SFTP::Foreign and Net::FTP River stage zero No dependents

EAI::FTP contains all (secure) FTP related API-calls. This is for logging in to a FTP Server, getting files from a remote folder, writing files to a remote folder, archiving/deleting files from/on a remote folder (to an archive folder) and removing f...

RKAPL/EAI-Wrap-1.913 - 03 Apr 2024 20:40:08 UTC - Search in distribution
  • EAI::Wrap - framework for easy creation of Enterprise Application Integration tasks

sslh - Switch incoming connection between SSH and SSL/HTTPS servers River stage one • 1 direct dependent • 1 total dependent

sslh is a simple script that lets you switch an incoming connection on a single port between distinct SSH and SSL/HTTPS servers. sslh listens for connections on a port and is able to redirect them either to an HTTPS web server or a SSH server. This l...

BOOK/Net-Proxy-0.13 - 02 Nov 2014 23:29:26 UTC - Search in distribution

gofer - execute multiple ssh sessions in parallel River stage zero No dependents

This script will log in and execute commands on remote ssh servers. It is WORK IN PROGRESS! Expect rough edges. In simple terms, the format of the host connections on STDIN should be one or more terms like this: ='<connection>' 'login'='<name>' 'pass...

WULEE/Net-SSH-Mechanize-0.1.3 - 09 Jun 2012 00:27:03 UTC - Search in distribution

Net::SSH2 - Support for the SSH 2 protocol via libssh2. River stage one • 6 direct dependents • 6 total dependents

Net::SSH2 is a Perl interface to the libssh2 (<http://www.libssh2.org>) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2. Even if the module can be compiled and l...

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC - Search in distribution

got - A tool to make it easier to manage multiple code repositories using different VCSen River stage zero No dependents

"got" is a script to make it easier to manage all the version controlled repositories you have on all the computers you use. It can operate on all, some, or just one repo at a time, to both check the status of the repo (up to date, pending changes, d...

GENEHACK/App-GitGot-1.339 - 30 Oct 2020 03:37:21 UTC - Search in distribution
  • got - A tool to make it easier to manage multiple code repositories using different VCSen

POE - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 total dependents

POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

Net::xFTP - Common wrapper functions for use with either Net::FTP, Net::SFTP, Net::FSP, Net::FTPSSL, Net::OpenSSH, Net:SSH2, and Net::SFTP::Foreign. River stage zero No dependents

"Net::xFTP" is a wrapper class to combine common functions of (currently) Net::FTP, Net::SFTP, Net::FSP, Net::FTPSSL, Net::OpenSSH, Net:SSH2, and Net::SFTP::Foreign into a single set of functions allowing one to switch seemlessly between the two with...

TURNERJW/Net-xFTP-1.02 - 04 Sep 2021 02:00:53 UTC - Search in distribution

nas - Create Reusable Session Scripts River stage one • 1 direct dependent • 1 total dependent

Use this program to help write reusable Net::Appliance::Session scripts, play them back, and also to more easily connect to network devices. * Start a connection to a network device using CLI switches, and prompts for credentials. This is easier than...

OLIVER/Net-Appliance-Session-4.300005 - 19 Apr 2019 21:25:38 UTC - Search in distribution

ccp - cascading copy River stage zero No dependents

Rapidly copy (rsync/scp/...) files to many servers servers in multiple locations using Net::CascadeCopy. taken from Net::CascadeCopy: This module implements a scalable method of propagating files to a large number of servers in one or more locations ...

VVU/Net-CascadeCopy-0.2.6 - 17 May 2011 06:07:18 UTC - Search in distribution

helm - Easy server and cluster automation River stage zero No dependents

"helm" is command-line utility to make it easy to automate system tasks for individual machines, a cluster of machines or a subset of machines in a cluster. It has the following features: * Combine multiple commands into a single tasks and to have gr...

WONKO/helm-0.4 - 28 Jun 2011 18:53:01 UTC - Search in distribution

dnsd - IO::Socket::DNS::Server wrapper script River stage zero No dependents

dnsd is a DNS listener server intended for use with queries from the dnsc client. It is mainly just a convenience script for the IO::Socket::DNS::Server module....

BBB/IO-Socket-DNS-0.021 - 19 Jul 2012 23:29:09 UTC - Search in distribution
  • IO::Socket::DNS - IO::Socket like interface using DNS to access an IO::Socket::DNS::Server backend.
144 results (0.258 seconds)